home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / FRITZ1.DXR / 00413.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  189 b   |  10 lines

  1. on exitFrame
  2.   global soundspath
  3.   setmoviepath("dream3")
  4.   sound playFile 1, soundspath & "347"
  5.   repeat with i = 1 to 60
  6.     puppetSprite(i, 0)
  7.     sprite(i).visible = 1
  8.   end repeat
  9. end
  10.